get_townCode method

Future<String?> get_townCode()

Implementation

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