voiceCall method

Future<bool> voiceCall(
  1. String name
)

Implementation

Future<bool> voiceCall(String name) {
  throw UnimplementedError('voiceCall() has not been implemented.');
}