ban method

Future<void> ban()

Call the Matrix API to ban this user from this room.

Implementation

Future<void> ban() async => await room.ban(id);