hostHandler property

The handler for device-level messages that should be rebroadcast to clients as DeviceEvents.

Implementation

@visibleForTesting
late final HostDeviceMessageHandler hostHandler = () {
  // Set up the method handler lazily.
  return HostDeviceMessageHandler();
}();