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