ban method

Future<void> ban(
  1. String userID
)

Call the SDN API to ban a user from this room.

Implementation

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