execute method
Executes this configuration.
The context
parameter provides access to the widget tree.
The optional arguments
map contains parameters for the execution.
Implementation
@override
FutureOr<void> execute(BuildContext context,
{Map<String, dynamic>? arguments}) {
VyuhBinding.instance.di.get<ThemeService>().toggleTheme();
}