menu
purpi_kit package
documentation
core/utils/pref_utils.dart
PrefUtilsImpl
getToken method
getToken method
dark_mode
light_mode
getToken
method
@
override
String
getToken
(
)
override
Implementation
@override String getToken() { return sharedPreferences.getString(tokenKey) ?? ''; }
purpi_kit package
documentation
core/utils/pref_utils
PrefUtilsImpl
getToken method
PrefUtilsImpl class