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