updateCustomNotificationPolicy_Pre method

Future<UpdateCustomNotificationPolicyResponse> updateCustomNotificationPolicy_Pre(
  1. ServiceCall $call,
  2. Future<UpdateCustomNotificationPolicyRequest> $request
)

Implementation

$async.Future<$0.UpdateCustomNotificationPolicyResponse>
    updateCustomNotificationPolicy_Pre(
        $grpc.ServiceCall $call,
        $async.Future<$0.UpdateCustomNotificationPolicyRequest>
            $request) async {
  return updateCustomNotificationPolicy($call, await $request);
}