updateNotificationPolicy method
ResponseFuture<UpdateNotificationPolicyResponse>
updateNotificationPolicy(
- UpdateNotificationPolicyRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$1.UpdateNotificationPolicyResponse> updateNotificationPolicy($1.UpdateNotificationPolicyRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$updateNotificationPolicy, request, options: options);
}