menu
dsqlite package
documentation
sqlite_native.dart
SQLiteLibrary
close method
close method
dark_mode
light_mode
close
method
Future
<
int
>
close
(
PtrSqlite3
arg1
)
inherited
Implementation
_async.Future<int> close(PtrSqlite3 arg1) async { return _h_sqlite3_close(arg1); }
dsqlite package
documentation
sqlite_native
SQLiteLibrary
close method
SQLiteLibrary class