getCurrentLocation method

Future<EchoLngAndLat?> getCurrentLocation()

@title getCurrentLocation @description TODO 通过系统自带的办法获取当前经纬度 @return: Future @updateTime 2023/4/3 18:58 @author LinGuanYu

Implementation

Future<EchoLngAndLat?> getCurrentLocation()async{
  throw UnimplementedError('getCurrentLocation() has not been implemented.');
}