refreshToken method

Future<Either<Failure, Token>> refreshToken()

Implementation

Future<Either<Failure, Token>> refreshToken() async =>
    throw UnsupportedFailure(
        errorType: ErrorType.unsupported,
        message: 'Unsupported silentlyLogin');