menu
remit2any_auth package
documentation
token_storage.dart
TokenStorage
getUserId static method
getUserId static method
dark_mode
light_mode
getUserId
static method
Future
<
String
?
>
getUserId
(
)
Implementation
static Future<String?> getUserId() => _safeRead(_userIdKey);
remit2any_auth package
documentation
token_storage
TokenStorage
getUserId static method
TokenStorage class