destory method

Future<void> destory()

Implementation

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