onInit method Null safety
override
Register when initialized
Implementation
@override
onInit() {
NotificationDispatchers.instance.registerDispatcher(this);
super.onInit();
}
Register when initialized
@override
onInit() {
NotificationDispatchers.instance.registerDispatcher(this);
super.onInit();
}