menu
snapshot_plus package
documentation
snapshot.dart
ModifiableSnapshotView
dispose method
dispose method
dark_mode
light_mode
dispose
method
Future
<
void
>
dispose
(
)
Implementation
Future<void> dispose() async { _isDisposed = true; await _snapshots.close(); }
snapshot_plus package
documentation
snapshot
ModifiableSnapshotView
dispose method
ModifiableSnapshotView class