LogoutFailure constructor
const
LogoutFailure(
- Object error
Create a new LogoutFailure with the given error.
Implementation
const LogoutFailure(super.error);
Create a new LogoutFailure with the given error.
const LogoutFailure(super.error);