PowerSyncSQLCipherOpenFactory constructor
PowerSyncSQLCipherOpenFactory({
- required String path,
- required String key,
- SqliteOptions sqliteOptions = powerSyncDefaultSqliteOptions,
Implementation
PowerSyncSQLCipherOpenFactory(
{required super.path, required this.key, super.sqliteOptions});