hold method

Future<void> hold()

Implementation

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