sync changes
This commit is contained in:
@@ -20,6 +20,8 @@ class CurrentRidesBloc extends Bloc<CurrentRidesEvent, CurrentRidesState> {
|
||||
) async {
|
||||
emit(state.copyWith(status: CurrentRidesStatus.loading));
|
||||
|
||||
await Future.delayed(const Duration(seconds: 2));
|
||||
|
||||
final result = await _getClientOrdersUsecase();
|
||||
|
||||
if (result is Success<List<ScooterOrder>>) {
|
||||
|
||||
Reference in New Issue
Block a user