close method
Closes this database. When the future completes, all resources used by this database should have been disposed.
Implementation
Future<void> close() async {
// default no-op implementation
}
Closes this database. When the future completes, all resources used by this database should have been disposed.
Future<void> close() async {
// default no-op implementation
}