eventChannel property

  1. @visibleForTesting
EventChannel eventChannel
final

The event channel used to listen for continuous network changes. The name MUST match the one defined in Android (Kotlin) and iOS (Swift).

Implementation

@visibleForTesting
final eventChannel = const EventChannel('rx_connectivity_checker/events');