authenticate abstract method
Implementation
Future<AuthenticationResult> authenticate({
String? title,
String? subtitle,
String? negativeButtonText,
});
Future<AuthenticationResult> authenticate({
String? title,
String? subtitle,
String? negativeButtonText,
});