hold method

Future<void> hold()

Place the call on hold

Implementation

Future<void> hold() async {
  CallPlatform.instance.hold(callsId: id ?? "");
}