set_pId method

Future<void> set_pId(
  1. String pId
)

Implementation

Future<void> set_pId(String pId) async {
  await kAmapLocationFluttifyChannel.invokeMethod('AMapLocationPOIItem::set_pId', <String, dynamic>{'__this__': this, "pId": pId});
}