destroy method

Future<bool?> destroy()

Implementation

Future<bool?> destroy() {
  throw UnimplementedError("");
}