close method

  1. @override
Future<void> close()
override

Close the underlying storage handle.

Implementation

@override
Future<void> close() async {
  // The connection is owned by the shared SqliteDatabase and closed by
  // the bundle; individual stores do not close it.
}