unban method

Future<void> unban(
  1. String userID
)

Call the SDN API to unban a banned user from this room.

Implementation

Future<void> unban(String userID) => client.unban(id, userID);