voiceCall method

Future<bool> voiceCall(
  1. String name,
  2. bool toast
)

Implementation

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