queryCommandIndeterm method

bool queryCommandIndeterm(
  1. String commandId
)

Implementation

bool queryCommandIndeterm(String commandId) =>
    js_util.callMethod(this, 'queryCommandIndeterm', [commandId]);