AuthUsernameStoreConformanceFixture constructor
const
AuthUsernameStoreConformanceFixture({
- required AuthStore store,
- FutureOr<
void> armFault(- AuthUsernameFaultPoint point
Creates a fixture from the username-capable store and fault hook.
Implementation
const AuthUsernameStoreConformanceFixture({
required this.store,
this.armFault,
});