delete method

Future<Response<void>> delete()

Deletes the current user's credential.

Implementation

Future<Response<void>> delete() {
  throw UnimplementedError(
    "Method delete() is not yet implemented.",
  );
}