execute property

  1. @override
dynamic Function(UserContext) execute
final

The function called to execute this command.

If any exception occurs while calling this function, it will be caught and added to CommandsPlugin.onCommandError, wrapped in an UncaughtException.

Implementation

@override
final Function(UserContext) execute;