chore(llc): add more tests

This commit is contained in:
Salvatore Giordano
2022-08-25 18:17:54 +02:00
parent af055e367b
commit b924337d24
3 changed files with 72 additions and 3 deletions
@@ -24,7 +24,6 @@ class CallApi {
required String callType,
required String channelType,
required String channelId,
Map<String, Object?>? options,
}) async {
final response =
await _client.post(_getChannelUrl(channelId, channelType), data: {