streamSessionErrorEventChannel property

  1. @visibleForTesting
EventChannel streamSessionErrorEventChannel
final

The event channel used to receive stream session errors.

Implementation

@visibleForTesting
final streamSessionErrorEventChannel = const EventChannel(
  'flutter_meta_wearables_dat/stream_session_errors',
);