getLocation method
get location continue, 连续定位
使用了出行场景实现连续定位,以后可能会将这个方法去掉
Implementation
static Future<void> getLocation() async {
await _channel.invokeMethod("getLocation");
}
get location continue, 连续定位
使用了出行场景实现连续定位,以后可能会将这个方法去掉
static Future<void> getLocation() async {
await _channel.invokeMethod("getLocation");
}