delete method

Future<void> delete()

Deletes the document referred to by this DocumentReferencePlatform.

Implementation

Future<void> delete() {
  throw UnimplementedError('delete() is not implemented');
}