activeDeviceEventChannel property
The event channel used to receive active device availability updates.
Implementation
@visibleForTesting
final activeDeviceEventChannel = const EventChannel(
'flutter_meta_wearables_dat/active_device',
);
The event channel used to receive active device availability updates.
@visibleForTesting
final activeDeviceEventChannel = const EventChannel(
'flutter_meta_wearables_dat/active_device',
);