kick method

Future<void> kick()

Call the SDN API to kick this user from this room.

Implementation

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