handleCommand method

EntityGraphDevtoolsResult handleCommand(
  1. Object? command
)

Validate and execute one transport-independent v1 command envelope.

Implementation

EntityGraphDevtoolsResult handleCommand(Object? command) =>
    _handleCommand(this, command);