getRoomList abstract method

Future<List<Room>> getRoomList(
  1. Client client
)

Implementation

Future<List<Room>> getRoomList(Client client);