menu
tbib_biometric_storage package
documentation
biometric_storage.dart
BiometricStorage
read method
read method
dark_mode
light_mode
read
method
Future
<
String
?
>
read
(
String
key
)
Implementation
Future<String?> read(String key) async { return await BiometricStoragePlatform.instance.read(key); }
tbib_biometric_storage package
documentation
biometric_storage
BiometricStorage
read method
BiometricStorage class