listParticipants method Null safety

Future listParticipants(
  1. String roomId
)

Implementation

Future<dynamic> listParticipants(String roomId) async {
  var payload = {"request": "listparticipants", "room": roomId};
}