memoryLockStoreFactory function
Creates a LockStoreFactory backed by InMemoryLockStore.
Implementation
LockStoreFactory memoryLockStoreFactory() {
return LockStoreFactory(create: () async => InMemoryLockStore());
}
Creates a LockStoreFactory backed by InMemoryLockStore.
LockStoreFactory memoryLockStoreFactory() {
return LockStoreFactory(create: () async => InMemoryLockStore());
}