makeVoiceCall static method
Used as a makeVoiceCall class for Mirrorfly
- @property 
userJidused to make a voice call to this user or group used to make a voice call 
Implementation
static Future<bool> makeVoiceCall(String userJid) async {
  return FlyChatFlutterPlatform.instance.makeVoiceCall(userJid);
}