beforeHandler property

  1. @override
PassHandlerFunction? beforeHandler
finalinherited

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

Implementation

@override
final PassHandlerFunction? beforeHandler;