updateCustomNotificationPolicy method
ResponseFuture<UpdateCustomNotificationPolicyResponse>
updateCustomNotificationPolicy(
- UpdateCustomNotificationPolicyRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.UpdateCustomNotificationPolicyResponse> updateCustomNotificationPolicy($0.UpdateCustomNotificationPolicyRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$updateCustomNotificationPolicy, request, options: options);
}