unban method

Future<void> unban()

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

Implementation

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