updateNotificationPolicy_Pre method

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

Implementation

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