updateDevicePassword method

ResponseFuture<StatusResponse> updateDevicePassword(
  1. UpdateDevicePasswordRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.StatusResponse> updateDevicePassword($8.UpdateDevicePasswordRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$updateDevicePassword, request, options: options);
}