locationUpdatesChannel property

  1. @visibleForTesting
EventChannel locationUpdatesChannel
final

Implementation

@visibleForTesting
final EventChannel locationUpdatesChannel = const EventChannel(
  'device_geolocation/locationUpdates',
);