deleteAuth method

  1. @override
Future<void> deleteAuth(
  1. String credentialId,
  2. String rpId
)
override

Implementation

@override
Future<void> deleteAuth(String credentialId, String rpId) async {
  throw UnimplementedError('deleteAuth() has not been implemented on this platform.');
}