updateCustomNotificationPolicy_Pre method

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

Implementation

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