stopLocation method
void
stopLocation()
停止定位 调用原生端停止定位的方法
Implementation
void stopLocation() {
_methodChannel.invokeMethod('stopLocation', {'pluginKey': _pluginKey});
return;
}
停止定位 调用原生端停止定位的方法
void stopLocation() {
_methodChannel.invokeMethod('stopLocation', {'pluginKey': _pluginKey});
return;
}