fun addSyncable(name: String, store: SyncableStore<AuthType>): Unit (source)
Adds a SyncableStore instance to a set of those that will be synchronized via sync.
name - Name of the store; used for status reporting as part of SyncResult.
store - An instance of a SyncableStore.