dispose method

Future<void> dispose()

Releases all resources owned by this backend.

Implementation

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