getDepartureBusStation method

Implementation

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

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


  // handle native call


  return AmapSearchFluttifyAndroidAs<com_amap_api_services_busline_BusStationItem>(__result__);
}