makeCall method

Future<void> makeCall({
  1. required String number,
})

Create new outgoing call to the specified account number

Implementation

Future<void> makeCall({required String number}) async {
  throw UnimplementedError('makeCall() has not been implemented.');
}