join method

Future<void> join()

Join the room. Call when the experience starts.

Implementation

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