beforeHandler property

  1. @override
PassHandlerFunction? beforeHandler
final

Executed before executing command. Used to check if command can be executed in current context.

Implementation

@override
final PassHandlerFunction? beforeHandler;