destroy method

Future<void> destroy()

Implementation

Future<void> destroy() {
  throw UnimplementedError('destroy() has not been implemented.');
}