makeCallWithExtraContext method

Future<void> makeCallWithExtraContext({
  1. required String number,
  2. required String extraContext,
})

Create new outgoing call to the specified account number with extra context extraContext

Implementation

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