toggleVideo method

Future<void> toggleVideo()

Toggle video on/off

Implementation

Future<void> toggleVideo() async {
  await _sdk.toggleVideo();
}