AuthAdminStoreConformanceFixture constructor
const
AuthAdminStoreConformanceFixture({
- required AuthStore coreStore,
- required AuthAdminStore adminStore,
- AuthAdminStoreConformanceFaultControl? faultControl,
- FutureOr<
void> dispose()?,
Implementation
const AuthAdminStoreConformanceFixture({
required this.coreStore,
required this.adminStore,
this.faultControl,
this.dispose,
});