JoinRoomType typedef

JoinRoomType = Future<ResponseJoinRoom> Function(JoinRoomOptions options)

Implementation

typedef JoinRoomType = Future<ResponseJoinRoom> Function(
    JoinRoomOptions options);