updateNotificationPolicy_Pre method

Future<UpdateNotificationPolicyResponse> updateNotificationPolicy_Pre(
  1. ServiceCall $call,
  2. Future<UpdateNotificationPolicyRequest> $request
)

Implementation

$async.Future<$0.UpdateNotificationPolicyResponse>
    updateNotificationPolicy_Pre($grpc.ServiceCall $call,
        $async.Future<$0.UpdateNotificationPolicyRequest> $request) async {
  return updateNotificationPolicy($call, await $request);
}