start abstract method

Future<void> start({
  1. required RoomClient room,
})

Implementation

Future<void> start({required RoomClient room});