AuthScimConnectionStoreConformanceFixture constructor

const AuthScimConnectionStoreConformanceFixture({
  1. required AuthScimConnectionStore store,
  2. FutureOr<void> dispose()?,
})

Implementation

const AuthScimConnectionStoreConformanceFixture({
  required this.store,
  this.dispose,
});