Future<void> revokeSession(String sessionId) async { await dio.post<dynamic>(endpoints.revokeSession(sessionId)); }