Future<void> setTicketAttribute({ required String key, required dynamic value, }) async { return GleapJsSdkHelper.setTicketAttribute(key, value); }