AuthUsernameStoreConformanceFixture constructor

const AuthUsernameStoreConformanceFixture({
  1. required AuthStore store,
  2. FutureOr<void> armFault(
    1. AuthUsernameFaultPoint point
    )?,
})

Creates a fixture from the username-capable store and fault hook.

Implementation

const AuthUsernameStoreConformanceFixture({
  required this.store,
  this.armFault,
});