dispose method

Future<bool> dispose()

Implementation

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