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