fetchSince abstract method

Future<Delta<T, Id>> fetchSince(
  1. SyncScope scope,
  2. DateTime? since
)

Implementation

Future<Delta<T, Id>> fetchSince(SyncScope scope, DateTime? since);