queuedFor abstract method

Future<List<DwRepoMutation>> queuedFor(
  1. DwRepoScope scope
)

Every mutation the store currently holds for scope, queue order.

Implementation

Future<List<DwRepoMutation>> queuedFor(DwRepoScope scope);