openIMCallback method

Future<OpenIMCallbackResp> openIMCallback(
  1. ClientContext? ctx,
  2. OpenIMCallbackReq request
)

Implementation

$async.Future<OpenIMCallbackResp> openIMCallback(
        $pb.ClientContext? ctx, OpenIMCallbackReq request) =>
    _client.invoke<OpenIMCallbackResp>(
        ctx, 'chat', 'OpenIMCallback', request, OpenIMCallbackResp());