emitAppForeground method
void
emitAppForeground()
Emits one AppForegroundEvent on appForegroundEvents.
Implementation
void emitAppForeground() => _appForeground.add(const AppForegroundEvent());
Emits one AppForegroundEvent on appForegroundEvents.
void emitAppForeground() => _appForeground.add(const AppForegroundEvent());