attachVideo method

Future<void> attachVideo(
  1. Map<String, dynamic> params
)

Attaches a video source.

Implementation

Future<void> attachVideo(Map<String, dynamic> params) {
  throw UnimplementedError('attachVideo() has not been implemented.');
}