close method

Future<int> close(
  1. PtrSqlite3 arg1
)
inherited

Implementation

_async.Future<int> close(PtrSqlite3 arg1) async {
  return _h_sqlite3_close(arg1);
}