menu
kimko_auth package
documentation
services/storage.service.dart
StorageService
hasKey method
hasKey method
dark_mode
light_mode
hasKey
method
Future
<
bool
>
hasKey
(
{
required
String
key
,
})
Implementation
Future<bool> hasKey({required String key}) async { return storage.hasData(key); }
kimko_auth package
documentation
services/storage.service
StorageService
hasKey method
StorageService class