AuthScimConnectionStoreConformanceFixture constructor
const
AuthScimConnectionStoreConformanceFixture({
- required AuthScimConnectionStore store,
- FutureOr<
void> dispose()?,
Creates a fixture from the connection store and optional disposer.
Implementation
const AuthScimConnectionStoreConformanceFixture({
required this.store,
this.dispose,
});