get_cityName method

Future<String?> get_cityName()

Implementation

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