menu
ezylite package
documentation
core/storage/preferences_manager.dart
PreferencesManager
getEmployeeId method
getEmployeeId method
dark_mode
light_mode
getEmployeeId
method
int
getEmployeeId
(
)
Implementation
int getEmployeeId() => _prefs.getInt(_employeeId) ?? 0;
ezylite package
documentation
core/storage/preferences_manager
PreferencesManager
getEmployeeId method
PreferencesManager class