get_adCode method

Future<String?> get_adCode()

Implementation

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