Checks if the device has biometric support.
@override Future<bool?> hasBiometricSupport() async { return await methodChannel.invokeMethod<bool>( SecurityConstants.HAS_BIOMETRIC_SUPPORT); }