PowerSyncSQLCipherOpenFactory constructor
PowerSyncSQLCipherOpenFactory({
- required String path,
- required String key,
- SqliteOptions sqliteOptions = defaultOptions,
Implementation
PowerSyncSQLCipherOpenFactory({
required super.path,
required this.key,
super.sqliteOptions = defaultOptions,
}) {
throw UnsupportedError('Unsupported platform for powersync_sqlcipher');
}