commandsOf static method

List<CarpenterCommand<void>> commandsOf(
  1. BuildContext context
)

Returns the command list exposed by the nearest hotkey scope.

Implementation

static List<CarpenterCommand<void>> commandsOf(BuildContext context) =>
    _bindingOf(context).commands;