dispose method

Future<void> dispose()

Implementation

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