simplePrompt method
Performs simple biometric authentication without cryptographic operations.
Implementation
Future<SimplePromptResult> simplePrompt(
String promptMessage,
SimplePromptConfig? config,
) {
throw UnimplementedError('simplePrompt() has not been implemented.');
}