menu
shared_component package
documentation
utils/storage_utils.dart
StorageUtils
getLoggedInUserName method
getLoggedInUserName method
dark_mode
light_mode
getLoggedInUserName
method
String
?
getLoggedInUserName
(
)
Implementation
String? getLoggedInUserName() => _getValue(AppConstants.loggedInUserName);
shared_component package
documentation
utils/storage_utils
StorageUtils
getLoggedInUserName method
StorageUtils class