attachVideo abstract method

Future<void> attachVideo(
  1. dynamic video
)

Attaches a VideoSource to this stream.

Implementation

Future<void> attachVideo(VideoSource? video);