Create new outgoing call to the specified account number
number
Future<void> makeCall({required String number}) async { throw UnimplementedError('makeCall() has not been implemented.'); }