OnCreate typedef

OnCreate = FutureOr<void> Function(Database, int)?

Implementation

typedef OnCreate = FutureOr<void> Function(Database, int)?;