smartrider
map_bloc
MapBloc
close method
close
smartrider
map_bloc
MapBloc
close method
MapBloc class
Constructors
MapBloc
Properties
busRepo
busRoutes
busShapes
busStopIcon
busStops
busUpdates
fluster
hashCode
isLoading
prefsBloc
prefsStream
runtimeType
shuttleRepo
shuttleRoutes
shuttleStopIcon
shuttleStops
shuttleUpdateIcons
shuttleUpdates
Methods
close
mapEventToState
noSuchMethod
scrollToCurrentLocation
scrollToLocation
toString
updateController
Operators
operator ==
close
method
@
override
Future
<
void
>
close
(
)
Implementation
@override Future<void> close() { prefsStream.cancel(); return super.close(); }