handleCommand method
Validate and execute one transport-independent v1 command envelope.
Implementation
EntityGraphDevtoolsResult handleCommand(Object? command) =>
_handleCommand(this, command);
Validate and execute one transport-independent v1 command envelope.
EntityGraphDevtoolsResult handleCommand(Object? command) =>
_handleCommand(this, command);