initBioAuthDevice method
Implementation
Future<void> initBioAuthDevice() async {
SharedPreferences prefs = await SharedPreferences.getInstance();
prefs.setString('biometric_secret_key', "");
}
Future<void> initBioAuthDevice() async {
SharedPreferences prefs = await SharedPreferences.getInstance();
prefs.setString('biometric_secret_key', "");
}