get_cityLevel method

Future<String?> get_cityLevel()

Implementation

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