get_location method

Future<CLLocation?> get_location()

Implementation

Future<CLLocation?> get_location() async {
  final __result__ = await kBmapCoreFluttifyChannel.invokeMethod("BMKUserLocation::get_location", {'__this__': this});
  return BmapCoreFluttifyIOSAs<CLLocation>(__result__);
}