syncClient method

SyncClient? syncClient()

Return an existing SyncClient associated with the store or null if not available. Use Sync.client() to create one first.

Implementation

SyncClient? syncClient() => syncClientsStorage[this];