get_country method

Future<String?> get_country()

Implementation

Future<String?> get_country() async {
  final __result__ = await kAmapLocationFluttifyChannel.invokeMethod("AMapLocationReGeocode::get_country", {'__this__': this});
  return __result__;
}