close method
Implementation
Future<void> close() async {
if (_db != null) {
js_util.callMethod(_db, 'close', []);
_db = null;
}
}
Future<void> close() async {
if (_db != null) {
js_util.callMethod(_db, 'close', []);
_db = null;
}
}