get_province method

Future<String?> get_province()

Implementation

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