connectionEventChannel property

  1. @visibleForTesting
EventChannel connectionEventChannel
final

Event channel for connection status

Implementation

@visibleForTesting
final connectionEventChannel = const EventChannel(
  'esp_idf/connection_status',
);