findAllSyncs abstract method

Future<FindSyncsResponse> findAllSyncs()

Returns a FindSyncsResponse with all the syncs

Upon success a list of syncs is provided and error is set to null

In case of error a ResponseError is set and no sync list is provided

Implementation

Future<FindSyncsResponse> findAllSyncs();