authenticate method

Future<bool> authenticate()

Implementation

Future<bool> authenticate() async {
  return FaceidPlatform.instance.authenticate();
}