Updated options
This commit is contained in:
parent
c77b927c5f
commit
eb2aa41790
@ -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,
|
|
||||||
));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user