startBackgroundLocation static method

Future<int> startBackgroundLocation()

Implementation

static Future<int> startBackgroundLocation() async{
  int ret = await _methodChannel.invokeMethod('startBackgroundLocation');
  return ret;
}