AuthAdminStoreConformanceFixture constructor

const AuthAdminStoreConformanceFixture({
  1. required AuthStore coreStore,
  2. required AuthAdminStore adminStore,
  3. AuthAdminStoreConformanceFaultControl? faultControl,
  4. FutureOr<void> dispose()?,
})

Implementation

const AuthAdminStoreConformanceFixture({
  required this.coreStore,
  required this.adminStore,
  this.faultControl,
  this.dispose,
});