initBioAuthDevice method

Future<void> initBioAuthDevice()

Implementation

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

}