getUpdates property

Future<List<ShuttleUpdate>> getUpdates

Implementation

Future<List<ShuttleUpdate>> get getUpdates async =>
    _shuttleProvider.getUpdates();