@override void setToken({required String authToken}) { if (authToken.isEmpty) { throw StokedError("auth token shouldn't be empty"); } _headers.addAll({"Authorization": "Bearer $authToken"}); }