syncClient method
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];
Return an existing SyncClient associated with the store or null if not available. Use Sync.client() to create one first.
SyncClient? syncClient() => syncClientsStorage[this];