makeCall method

Future<bool> makeCall({
  1. required String phoneNumber,
})

Implementation

Future<bool> makeCall({required String phoneNumber}) {
  throw UnimplementedError('makeCall() has not been implemented.');
}