authenticate method

Future authenticate()

Implementation

Future<dynamic> authenticate() async {
  return await SecurityModulePlatform.instance
      .authenticate();
}