AuthApiKeyStoreConformanceFactory typedef
AuthApiKeyStoreConformanceFactory =
FutureOr<AuthApiKeyStoreConformanceFixture> Function({int maxRecords})
Creates an isolated API-key fixture with the requested record limit.
Implementation
typedef AuthApiKeyStoreConformanceFactory =
FutureOr<AuthApiKeyStoreConformanceFixture> Function({int maxRecords});