holdCall abstract method

Future<bool?> holdCall({
  1. bool holdCall = true,
})

Puts active call on hold

Implementation

Future<bool?> holdCall({bool holdCall = true});