setCryptoStoreFactory
setCryptoStoreFactory(
fac):void
Defined in: src/matrix.ts:127
Configure a different factory to be used for creating crypto stores
Parameters
Section titled “Parameters”() => CryptoStore
a function which will return a new CryptoStore
Returns
Section titled “Returns”void