Function where you can add additional checks to form besides of registered validators
Future<bool> additionalCheck() async { return true; }