eventChannel property

  1. @visibleForTesting
EventChannel eventChannel
final

The event channel used to interact with the native platform.

Implementation

@visibleForTesting
final EventChannel eventChannel = const EventChannel(
  'location_manager/event_channel',
);