refreshToken method

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

Implementation

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