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