unban method
Call the SDN API to unban this banned user from this room.
Implementation
Future<void> unban() async => await room.unban(id);
Call the SDN API to unban this banned user from this room.
Future<void> unban() async => await room.unban(id);