authenticate method

  1. @override
Future<bool> authenticate()
override

Authenticates the user using Face ID.

Implementation

@override
Future<bool> authenticate() async {
  return await methodChannel.invokeMethod('authenticate');
}