deviceStateEventChannel property

  1. @visibleForTesting
EventChannel deviceStateEventChannel
final

The event channel used to receive per-device state updates (thermal level). Tracks the active device on the native side.

Implementation

@visibleForTesting
final deviceStateEventChannel = const EventChannel(
  'flutter_meta_wearables_dat/device_state',
);