updatePresence method

Future<UpdatePresenceResponse> updatePresence(
  1. ClientContext? ctx,
  2. UpdatePresenceRequest request
)

Implementation

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