toggleVideo method

Future<void> toggleVideo()

Implementation

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