makeCallWithExtraContext method
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.');
}