queryCommandState method

bool queryCommandState(
  1. String commandId
)

Implementation

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