@override Future<void> logoutAll({required String authorization}) async { await _client.request( method: 'DELETE', path: '/auth/all', headers: {'authorization': authorization}, ); }