switch to moor_ffi w/ sqlcipher
This commit is contained in:
committed by
Christian Pauly
parent
f8eba58b12
commit
83559066a9
@ -1,9 +1,9 @@
|
||||
import 'package:famedlysdk/famedlysdk.dart';
|
||||
|
||||
Database constructDb(
|
||||
Future<Database> constructDb(
|
||||
{bool logStatements = false,
|
||||
String filename = 'database.sqlite',
|
||||
String password = ''}) {
|
||||
String password = ''}) async {
|
||||
throw 'Platform not supported';
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user