LogoutFailure constructor

const LogoutFailure(
  1. Object error
)

Create a new LogoutFailure with the given error.

Implementation

const LogoutFailure(super.error);