set_tel method

Future<void> set_tel(
  1. String tel
)

Implementation

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