Updated options

This commit is contained in:
Sambo Chea 2023-05-27 10:38:17 +07:00
parent c77b927c5f
commit eb2aa41790
Signed by: sombochea
GPG Key ID: 3C7CF22A05D95490

View File

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