authenticate abstract method

Future<AuthenticationResult> authenticate({
  1. String? title,
  2. String? subtitle,
  3. String? negativeButtonText,
})

Implementation

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