stopBackgroundLocation static method

void stopBackgroundLocation()

Implementation

static void stopBackgroundLocation() {
  _methodChannel.invokeMethod('stopBackgroundLocation');
  return;
}