call method

Future<bool> call(
  1. String dest, [
  2. bool voiceonly = true
])

Implementation

Future<bool> call(String dest, [bool voiceonly = true]) async {
  return _sipuaHelper.call(dest, voiceonly: voiceonly);
}