@override void setAuthToken(Jwt jwt) { client.options.headers = {'Authorization': 'Bearer ${jwt.token}'}; }