Aidra Connect 10.0.2+16
Aidra Connect Mobile Application
Loading...
Searching...
No Matches
Bloc< ThemeModeEvent, ThemeModeState > Class Reference

Private Member Functions

 ThemeModeBloc ()
Future< void > _onLoadThemeMode (LoadThemeMode event, Emitter< ThemeModeState > emit,) async
Future< void > _onChangeThemeMode (ChangeThemeMode event, Emitter< ThemeModeState > emit,) async
ThemeMode _getThemeModeFromString (String themeModeString)

Static Private Attributes

static const String _themeModeKey = 'theme_mode'

Detailed Description

Definition at line 34 of file theme_cubit.dart.

Member Function Documentation

◆ _getThemeModeFromString()

ThemeMode Bloc< ThemeModeEvent, ThemeModeState >::_getThemeModeFromString ( String themeModeString)
inlineprivate

Definition at line 66 of file theme_cubit.dart.

Here is the caller graph for this function:

◆ _onChangeThemeMode()

Future< void > Bloc< ThemeModeEvent, ThemeModeState >::_onChangeThemeMode ( ChangeThemeMode event,
Emitter< ThemeModeState > emit )
inlineprivate

Definition at line 57 of file theme_cubit.dart.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ _onLoadThemeMode()

Future< void > Bloc< ThemeModeEvent, ThemeModeState >::_onLoadThemeMode ( LoadThemeMode event,
Emitter< ThemeModeState > emit )
inlineprivate

Definition at line 42 of file theme_cubit.dart.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ThemeModeBloc()

Bloc< ThemeModeEvent, ThemeModeState >::ThemeModeBloc ( )
inlineprivate

Definition at line 37 of file theme_cubit.dart.

Here is the call graph for this function:

Member Data Documentation

◆ _themeModeKey

const String Bloc< ThemeModeEvent, ThemeModeState >::_themeModeKey = 'theme_mode'
staticprivate

Definition at line 35 of file theme_cubit.dart.


The documentation for this class was generated from the following file: