- @override
Closes the underlying database connection.
Source
@override
Future close() async {
await _databaseConnection?.close();
_databaseConnection = null;
}
Closes the underlying database connection.
@override
Future close() async {
await _databaseConnection?.close();
_databaseConnection = null;
}