leave method

Future<void> leave()

Leave the room.

Implementation

Future<void> leave() async {
  // Stubbed for public pub.dev release
}