instance static method
The mountDir
argument is only viable and required when running on web.
Implementation
static _async.Future<SQLiteLibrary> instance({String? path, String? mountDir}) async {
return SQLiteLibrary._(await cpf.SQLiteLibrary.instance(path: path, mountDir: mountDir));
}