read method

Future<String?> read(
  1. String key
)

Implementation

Future<String?> read(String key) async {
  return await BiometricStoragePlatform.instance.read(key);
}