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