makeVoiceCall method

Future<bool> makeVoiceCall(
  1. String userJid
)

Implementation

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