stopLocation method
stop location, 停止定位
当不需要定位时,调用此方法停止定位
Implementation
static Future<void> stopLocation() async {
await _channel.invokeMethod("stopLocation");
}
stop location, 停止定位
当不需要定位时,调用此方法停止定位
static Future<void> stopLocation() async {
await _channel.invokeMethod("stopLocation");
}