nextSync property

Future<AsyncValue<T>> get nextSync

Implementation

Future<AsyncValue<T>> get nextSync =>
    _syncState.stream.firstWhere((e) => e != const AsyncValue.loading());