execute abstract method

Future<String?> execute(
  1. BuildContext context
)

Evaluates this condition configuration.

The context parameter provides access to the widget tree.

Returns:

  • null if the condition passes
  • an error message string if the condition fails

Implementation

Future<String?> execute(BuildContext context);