FastRoomCreatedCallback typedef

FastRoomCreatedCallback = void Function(FastRoomController controller)

Optional callback invoked when a fast room created. controller is the FastRoomController for the created fast room view.

Implementation

typedef FastRoomCreatedCallback = void Function(FastRoomController controller);