getLocationOnce method

Future<void> getLocationOnce ()

get location once, 定位一次

使用了签到场景定位实现只定位一次,以后可能会将这个方法去掉

Implementation

static Future<void> getLocationOnce() async {
  await _channel.invokeMethod("getLocationOnce");
}