streamSessionStateEventChannel property

  1. @visibleForTesting
EventChannel streamSessionStateEventChannel
final

The event channel used to receive stream session state updates.

Implementation

@visibleForTesting
final streamSessionStateEventChannel = const EventChannel(
  'flutter_meta_wearables_dat/stream_session_state',
);