onCreate method
Implementation
@override
void onCreate() {
super.onCreate();
// We may have a new TickerMode ancestor, get its Notifier.
_updateTickerModeNotifier();
_updateTickers();
}
@override
void onCreate() {
super.onCreate();
// We may have a new TickerMode ancestor, get its Notifier.
_updateTickerModeNotifier();
_updateTickers();
}