logout method

Future<void> logout()

Implementation

Future<void> logout() async =>
    throw UnsupportedFailure(ErrorType.unsupported, 'Unsupported logout');