DriftNativeOptions constructor
const
DriftNativeOptions({})
Create drift options effective when opening drift databases on native platforms.
Implementation
const DriftNativeOptions({
this.shareAcrossIsolates = false,
this.isolateDebugLog = false,
this.databasePath,
this.databaseDirectory,
this.tempDirectoryPath,
this.isolateSetup,
this.setup,
}) : assert(
databasePath == null || databaseDirectory == null,
'databasePath and databaseDirectory must not both be set.',
);