activeDeviceEventChannel property

  1. @visibleForTesting
EventChannel activeDeviceEventChannel
final

The event channel used to receive active device availability updates.

Implementation

@visibleForTesting
final activeDeviceEventChannel = const EventChannel(
  'flutter_meta_wearables_dat/active_device',
);