menu
library_helper package
documentation
storage/secure_storage.dart
SecureStorage
readAll static method
readAll static method
dark_mode
light_mode
readAll
static method
Future
<
Map
<
String
,
String
>
>
readAll
(
)
Implementation
static Future<Map<String, String>> readAll() => _storage.readAll();
library_helper package
documentation
storage/secure_storage
SecureStorage
readAll static method
SecureStorage class