requestVideoCallSwitch method

Future<bool> requestVideoCallSwitch()

This method is used to request the video call switch.

Implementation

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