getBusLine method

Implementation

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

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


  // handle native call


  return AmapSearchFluttifyAndroidAs<com_amap_api_services_route_RouteBusLineItem>(__result__);
}