hold method

Future<void> hold({
  1. required String callsId,
})

Hold call with callsId

Implementation

Future<void> hold({required String callsId}) async {
  throw UnimplementedError('platformVersion() has not been implemented.');
}