authenticate method
Authenticate using biometrics or device credentials
Implementation
Future<Map<String, dynamic>> authenticate({
required String title,
String? subtitle,
String? description,
String negativeButtonText = 'Cancel',
bool confirmationRequired = false,
bool allowDeviceCredential = false,
String biometricStrength = 'strong',
}) {
throw UnimplementedError('authenticate() has not been implemented.');
}