dispose method

Future<void> dispose()

Implementation

Future<void> dispose() async {
  _isDisposed = true;
  await _snapshots.close();
}