PowerSyncSQLCipherOpenFactory constructor

PowerSyncSQLCipherOpenFactory({
  1. required String path,
  2. required String key,
  3. SqliteOptions sqliteOptions = powerSyncDefaultSqliteOptions,
})

Implementation

PowerSyncSQLCipherOpenFactory(
    {required super.path, required this.key, super.sqliteOptions});