updatePresence method
Implementation
$async.Future<UpdatePresenceResponse> updatePresence($pb.ClientContext? ctx, UpdatePresenceRequest request) =>
_client.invoke<UpdatePresenceResponse>(ctx, 'DeviceService', 'UpdatePresence', request, UpdatePresenceResponse())
;