set_district method

Future<void> set_district(
  1. String district
)

Implementation

Future<void> set_district(String district) async {
  await kBmapCoreFluttifyChannel.invokeMethod('BMKAddressComponent::set_district', <String, dynamic>{'__this__': this, "district": district});


}