logout abstract method

Future<LogoutResponse> logout()

Performs a logout in shadertoy website

Upon success error is null

In case of error the error field has the corresponding ResponseError structure

Implementation

Future<LogoutResponse> logout();