clientStateEventChannel property

  1. @visibleForTesting
EventChannel clientStateEventChannel
final

The event channel for receiving HotspotClientState updates.

Implementation

@visibleForTesting
final EventChannel clientStateEventChannel =
    const EventChannel('flutter_p2p_connection_clientState');