AuthScimConnectionStoreConformanceFixture constructor
const
AuthScimConnectionStoreConformanceFixture({
- required AuthScimConnectionStore store,
- FutureOr<
void> dispose()?,
Implementation
const AuthScimConnectionStoreConformanceFixture({
required this.store,
this.dispose,
});