Type Error while performing search on rooms
Closed this issue · 0 comments
RatakondalaArun commented
Gitter API returns Map
instead of the List
when we use the query
parameter which throws TypeError
.
gitterapi/lib/src/v1/rooms_resource.dart
Lines 17 to 23 in 5469578