smartrider
shuttle_repository
ShuttleRepository
getUpdates property
getUpdates
smartrider
shuttle_repository
ShuttleRepository
getUpdates property
ShuttleRepository class
Constructors
ShuttleRepository
Properties
getRoutes
getStops
getUpdates
hashCode
isConnected
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
getUpdates
property
Future
<
List
<
ShuttleUpdate
>
>
getUpdates
Implementation
Future<List<ShuttleUpdate>> get getUpdates async => _shuttleProvider.getUpdates();