foregroundEventChannel property

  1. @visibleForTesting
EventChannel foregroundEventChannel
final

The EventChannel for foreground location updates.

Implementation

@visibleForTesting
final foregroundEventChannel = const EventChannel(
  'com.flutter_live_location/foreground_locations',
);