onConfigure property

FutureOr<void> Function(Database database)? onConfigure
final

Fired when the database will be configured (will run before migrations, onCreate and onUpgrade hooks).

Implementation

final FutureOr<void> Function(Database database)? onConfigure;