declineVideoCallSwitchRequest static method
declineVideoCallSwitchRequest Used to Decline the Video Call Request from Remote User
Implementation
static Future<dynamic> declineVideoCallSwitchRequest() async {
return FlyChatFlutterPlatform.instance.declineVideoCallSwitchRequest();
}