Future<bool?> hasBiometricSupport() async { return await SecurityModulePlatform.instance .hasBiometricSupport(); }