closeImpl method
Only marks this wrapper closed: the native Database is shared by every
wrapper and is owned (and disposed) by DBSQLiteAdapter.
Implementation
@override
void closeImpl() {
_nativeClosed = true;
}
Only marks this wrapper closed: the native Database is shared by every
wrapper and is owned (and disposed) by DBSQLiteAdapter.
@override
void closeImpl() {
_nativeClosed = true;
}