menu
mirrorfly_uikit_plugin package
documentation
app/data/session_management.dart
SessionManagement
getMuteNotification static method
getMuteNotification static method
dark_mode
light_mode
getMuteNotification
static method
bool
getMuteNotification
(
)
Implementation
static bool getMuteNotification() => _preferences.getBool("${prefix}mute_notification") ?? false;
mirrorfly_uikit_plugin package
documentation
app/data/session_management
SessionManagement
getMuteNotification static method
SessionManagement class