get_town method

Future<String?> get_town()

Implementation

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