execute abstract method

FutureOr<void> execute(
  1. BuildContext context, {
  2. Map<String, dynamic>? arguments,
})

Executes this configuration.

The context parameter provides access to the widget tree. The optional arguments map contains parameters for the execution.

Implementation

FutureOr<void> execute(BuildContext context, {
  Map<String, dynamic>? arguments,
});