makeCall method

Future makeCall(
  1. String phoneNo,
  2. String displayName
)

Implementation

Future makeCall(String phoneNo, String displayName) {
  throw UnimplementedError('makeCall() has not been implemented.');
}