MatrixWidget.video constructor
creates an m.video
MatrixWidget
Implementation
factory MatrixWidget.video(Room room, String name, Uri url) => MatrixWidget(
room: room,
name: name,
type: 'm.video',
url: url.toString(),
data: {
'url': url.toString(),
},
);