menu
hubble_widget_library package
documentation
bloc/global_app_state.dart
GlobalAppState
updateNotificationCount method
updateNotificationCount method
dark_mode
light_mode
updateNotificationCount
method
@
override
void
updateNotificationCount
(
int
count
)
override
Implementation
@override void updateNotificationCount(int count) { notificationCount.setValue(count); }
hubble_widget_library package
documentation
bloc/global_app_state
GlobalAppState
updateNotificationCount method
GlobalAppState class