makeGroupVoiceCall method
Future<void>
makeGroupVoiceCall(
- String groupJid,
- List<
String> ? jidList, - dynamic callback(
- FlyResponse response
This method is used to make the group voice call.
Implementation
Future<void> makeGroupVoiceCall(String groupJid, List<String>? jidList,
Function(FlyResponse response)? callback) async {
throw UnimplementedError('makeGroupVoiceCall has not been implemented.');
}