openPhoneCallWithAuth abstract method

Future openPhoneCallWithAuth({
  1. required String phoneNumber,
})

Implementation

Future<dynamic> openPhoneCallWithAuth({
  required String phoneNumber,
});