makeVoiceCall method
This method is used to make the voice call.
Implementation
Future<void> makeVoiceCall(
String userJid, Function(FlyResponse response)? callback) async {
throw UnimplementedError('makeVoiceCall has not been implemented.');
}