Future<void> write(String key, String value) async { await BiometricStoragePlatform.instance.write(key, value); }