setPassStations method

Implementation

Future<void> setPassStations(List<com_amap_api_services_busline_BusStationItem> var1) async {
  // print log
  if (fluttifyLogEnabled) {
    debugPrint('fluttify-dart: com.amap.api.services.route.RouteBusLineItem@$refId::setPassStations([])');
  }

  // invoke native method
  final __result__ = await kAmapSearchFluttifyChannel.invokeMethod('com.amap.api.services.route.RouteBusLineItem::setPassStations', {"var1": var1, "__this__": this});


  // handle native call


  return __result__;
}