transferBlind method

Future<void> transferBlind(
  1. int callId,
  2. String toExt
)

Make blind transfer of the call to specified extension

Implementation

Future<void> transferBlind(int callId, String toExt) {
  return _platform.transferBlind(callId, toExt);
}