开始定位
Future<int> startLocation() async{ int ret = await _methodChannel.invokeMethod('startLocation', {'pluginKey': _pluginKey}); return ret; }