SwitchVideoType typedef

SwitchVideoType = Future<void> Function(SwitchVideoOptions options)

Type definition for the switchVideo function.

Implementation

typedef SwitchVideoType = Future<void> Function(SwitchVideoOptions options);