requestAgent method

Future<RequestThreadResult> requestAgent(
  1. String? wid,
  2. String? type,
  3. String? aid
)

Implementation

Future<RequestThreadResult> requestAgent(
    String? wid, String? type, String? aid) async {
  return await bytedeskHttpApi.requestAgent(wid, type, aid);
}