sign method
Implementation
@override
Future<Map<String, dynamic>> sign(PublicKeyCredentialRequestOptions publicKey) async {
throw UnimplementedError('sign() has not been implemented on this platform.');
}
@override
Future<Map<String, dynamic>> sign(PublicKeyCredentialRequestOptions publicKey) async {
throw UnimplementedError('sign() has not been implemented on this platform.');
}