cancelVideoCallSwitch method

Future<bool> cancelVideoCallSwitch()

This method is used to cancel the video call switch.

Implementation

Future<bool> cancelVideoCallSwitch() async {
  throw UnimplementedError('cancelVideoCallSwitch has not been implemented.');
}