get_pId method

Future<String?> get_pId()

Implementation

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