get_country method

Future<String?> get_country()

Implementation

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