set_type method

Future<void> set_type(
  1. String type
)

Implementation

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