stepFor abstract method

CommandStep? stepFor(
  1. FormulaAction action,
  2. String osName
)

Returns the command template for action on osName, or null if the action is unsupported on that platform.

Implementation

CommandStep? stepFor(FormulaAction action, String osName);