AuthApiKeyStoreConformanceFixture constructor
const
AuthApiKeyStoreConformanceFixture({
- required AuthApiKeyStore store,
- required AuthApiKeyStoreConformanceFaultController faults,
- FutureOr<
void> dispose()?,
Creates a fixture from the supplied store and fault controller.
Implementation
const AuthApiKeyStoreConformanceFixture({
required this.store,
required this.faults,
this.dispose,
});