get_cityCode method

Future<String?> get_cityCode()

Implementation

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