client property
The connected client runtime, or null in local mode (omnyshell local),
which runs the shell on this machine with no Hub. Commands that genuinely
need a Hub connection read requireClient; commands installed in local
mode must not touch the client.
Implementation
final ClientRuntime? client;