getUpdates property

Future<List<BusVehicleUpdate>> getUpdates

Implementation

Future<List<BusVehicleUpdate>> get getUpdates async =>
    _busProvider.getVehicleUpdates();