PredicateExecute typedef

PredicateExecute = bool Function(int oldVersion, int newVersion)

Predicate current database version whether execute OnUpgradeCallback.onUpgrade function.

Implementation

typedef PredicateExecute = bool Function(int oldVersion, int newVersion);