backgroundEventChannel property

  1. @visibleForTesting
EventChannel backgroundEventChannel
final

The EventChannel for background location updates.

Implementation

@visibleForTesting
final backgroundEventChannel = const EventChannel(
  'com.flutter_live_location/background_locations',
);