validate abstract method
Validates the data from the request context.
context - The context of the engine containing request data.
data - A map of data to be validated.
Implementation
Future<void> validate(
EngineContext context,
Map<String, String> data, {
bool bail = false,
Map<String, String>? messages,
});