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