makeCall method

Future makeCall(
  1. String phoneNo,
  2. bool isVideo
)

Implementation

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