createTicker abstract method
- TickerCallback onTick
Creates a ticker with the given callback.
The kind of ticker provided depends on the kind of ticker provider.
Implementation
@factory
Ticker createTicker(TickerCallback onTick);
Creates a ticker with the given callback.
The kind of ticker provided depends on the kind of ticker provider.
@factory
Ticker createTicker(TickerCallback onTick);