findSyncById abstract method

Future<FindSyncResponse> findSyncById(
  1. SyncType type,
  2. String target
)

Returns a FindSyncResponse for sync with type and target

Upon success a Sync object is provided and error is set to null

In case of error a ResponseError is set and no Sync is provided

Implementation

Future<FindSyncResponse> findSyncById(SyncType type, String target);