Updated options

This commit is contained in:
2023-05-27 10:38:17 +07:00
parent c77b927c5f
commit eb2aa41790

View File

@@ -93,9 +93,6 @@ class VLogs {
} }
static VLogs createWith(String appId, String apiKey) { static VLogs createWith(String appId, String apiKey) {
return create(VLogsOptions( return create(VLogsOptions.builder().appId(appId).apiKey(apiKey).build());
appId: appId,
apiKey: apiKey,
));
} }
} }